home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / poly3d-h.cfg < prev    next >
Text File  |  1997-05-01  |  1KB  |  37 lines

  1. ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
  2. Internal    FALSE
  3.  
  4. More        FALSE        ;If true print more messages (boolean)
  5.  
  6. Quiet        FALSE        ;If true no printing at all.
  7.  
  8. ClipScreen    TRUE        ;If true only data inside screen is processed.
  9.  
  10. ;If 0 surfaces are converted into polygons using a fixed grid. Otherwise,
  11. ;if 1 surfaces are adaptively converted into polygons by curvature. Otherwise,
  12. ;if 2 surfaces are adaptively converted into polygons by bilinears.
  13. PolyOpti   0
  14.  
  15. ;if the polygons are ordered in a pattern and only the first i edges of
  16. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  17. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  18. ;set to 0 all the polygon edges are to be handled.
  19. NumOfEdges    0
  20.  
  21. ;Delete Back facing polygons if TRUE. This speeds the process, but can be
  22. ;applied to well oriented polygons only. The (specified!) POLYGON PLANE
  23. ;normal should point into the object, and the object should be closed.
  24. ;Output from IRIT solid modeller is well oriented.
  25. BackFacing    FALSE
  26.  
  27. ;Fineness control on the surface to polygons subdivision. The bigger the
  28. ;number the finer the subdivision is.
  29. FineNess    10
  30.  
  31. ;If TRUE four polygons are formed from each bilinear
  32. ;in the solid rendering option. Otherwise two polygons.
  33. FourPerFlat    TRUE
  34.  
  35. ;Sets the default line width to use from visible lines.
  36. LineWidth    0.05
  37.